Link to Github repository: https://github.com/rhyyppa/ENV872-SeylerHyyppa_Final.git

1. Introduction

1.1 Context

Diverting waste from going to landfills comes with global benefits including a decrease in global warming potential (GWP). However, waste diversion stands to especially benefit those populations living closest to landfills by decreasing local green house gas emissions and other hazards such as odor, smoke, noise, and water contamination.This project aims to identify if impoverished and minority populations in North Carolina tend to live closer to construction and demolition landfills than wealthy, non-minority populations. If minority and/or impoverished populations live closer to construction and demolition landfills this study will highlight an inequity that must be addressed and it will help communicate these these already vulnerable members of society stand to benefit the most from waste diversion in the construction industry. The focus on the construction industry was inspired by one of the group member’s masters project which is focused on circularity and waste diversion in the construction industry.

1.2 Research Questions

Question 1: Are construction and demolition landfills in North Carolina disproportionately located in counties with high minority and/or low income populations?

Question 2: Are construction and demolition landfills in North Carolina disproportionately located in census tracts with high minority and/or low income populations?

Question 3: Is there significant differences in the distance to construction and demolition landfills among census tracts with high minority and/or low income populations?

1.3 Rational for Data

To investigate the research question we used three data sets:

  1. North Carolina Department of Environmental Quality Site Waste Facility data.
    This data set contains the addresses of each of the construction and demolition landfills in North Carolina. We chose this data set so that we could geocode the addresses into coordinates and map the landfills.

  2. CDC Social Vulnerability 2014-2018 data.
    This data set gave us the total population of each county and census tract as well as the number of minority residents and residents below the poverty line per county and per tract. Additionally, this data set was chosen because this data set has both location, via FIPS code, and SVI data it could be used to create a heat map of poverty and minority data by county.

  3. USA Counties Shape File from U.S. Census.
    This data set was chosen because it is the spatial dataframe needed to establish the map of North Carolina using the mapview function.

2. Dataset Information

2.1 Source and Content of Data

The source and general description of each data set are outlined in Table 1
below. The variables of interest for each data set our outlined in Table 2 and 3.
The variables in bold are variables that we created during the wrangling process.

TABLE 1: Data set Description and Sources

Dataset Names Relevant Information Source
Site Waste Facility Lists all landfills in NC and includes landfill type and address. NC DEQ https://deq.nc.gov/about/divisions/waste-management/solid-waste-section/solid-waste-facility-lists-presentations-and-annual-reports/solid-waste-facility-lists
CDC Social Vulnerability Contains estimates of poverty and minority data by county. Agency for Toxic Substances and Disease Registry https://www.atsdr.cdc.gov/placeandhealth/svi/documentation/SVI_documentation_2018.html
USA Counties Shape File Spatial data frame that will establish the map of NC. US Census https://www.census.gov/geographies/mapping-files/time-series/geo/carto-boundary-file.html

TABLE2: Relevant SVI Data Variables
Data set dimensions: 2192 row x 10 columns

SVI Variable Name Variable Description Units
E_TOTPOP Population estimate,2014-2018 ACS Count
E_POV Persons below poverty estimate,2014-2018 ACS Count
E_MINRTY Minority estimate (all persons except white,non-Hispanic),2014-2018 ACS Count
POV_Percent (E_POV/E_TOTPOP)x100 Percentage
MINRTY_Percent (E_MINRTY/E_TOTPOP)x100 Percentage

TABLE3: Relevant Site Waste Facility Variables
Data set dimensions: 79 rows x 16 columns

Landfill Location Variable Name Variable Description
Address3 Landfill street name and area code
City City name
State State acronym
lat Landfill latitude
long Landfill longitude

2.2 Wrangling Process

  1. North Carolina Department of Environmental Quality Site Waste Facility data.

    • Filter for only construction and demolition landfills
    • use geocode function to turn addresses into latitude and longitude
    • identify sites with N/As and inocorrect coordinates
    • manually make an excel sheet with the pesky addresses and coordinates
    • merge the the original data set with the manually generate data set
  2. CDC Social Vulnerability 2014-2018 data +change FIPS to factor +add column for percent minority and percent poverty +select only the columns necessary for data analysis

  3. USA Counties Shape File from U.S. Census. +Filter for NC by using stateFP code 37

3. Exploratory Analysis

Once the two data sets had been processed and converted into a spatial data frame, we conducted an exploratory analysis of our data visually using maps to display counties and census tracts for the state of North Carolina. We also created a map displaying the locations of construction and demolition landfills in North Carolina. Maps and visual analysis of the data was performed using the ‘mapview’ function

mapview(landfill_sites_sf)

Additionally, we calculated the rate of minority and poverty in each county as a percent of total population to analyze the distribution of this data across North Carolina. We did this by dividing the total population by the number of low-income or minority households in each county. Then we created a chart of the top 10 counties ranked by rates of poverty and minority. We performed the same exploratory analysis on census tracts to provide a more localized and higher-resolution analysis of how this data is distributed across the state. Based on our calculations Robeson county, located in the southern part of the state, had the highest percentages of low-income and minority populations compared to other counties in North Carolina.

Counties by Highest Poverty Percentage in North Carolina
County Poverty Percentage
Robeson 27.35571
Jones 26.05467
Scotland 25.60830
Bladen 25.60542
Halifax 24.51630
Alleghany 24.35979
Counties by Highest Percentage of Minority Populations in North Carolina
County Minority Percentage
Robeson 74.51177
Hertford 66.55488
Bertie 65.71472
Edgecombe 63.63534
Warren 61.68322
Halifax 61.46472

We also created two separate lollipop plots using the ‘ggplot’ package to visualize and explore the relationship between counties and percentage of both minority and low-income populations for North Carolina.

Pecentage of Poverty by County

Pecentage of Poverty by County

Percentage of Minority by County

Percentage of Minority by County

Finally, we wanted to determine the nearest construction and demolition landfill to each census tracts and calculate the distances between each point. First, using the st_centroid function in the ‘sf’ package in r we were able to locate the centroid of each county tract. Next, we used the st_nn function in the ‘nngeo’ package to identify the nearest landfill to each centroid and calculate the distance between each point using the euclidean distance method. In the next section, we will use these distance measurements to explore the relationship between construction and demolition landfills and percentages of minority and low income populations for each census tract in North Carolina.

4. Analysis

Question 1: Are construction and demolition landfills in North Carolina disproportionately located in counties with high minority and/or low income populations?

First, we conducted a visual analysis to understand the relationship between construction and demolition landfills and counties with high rates of low-income populations in North Carolina. Using the ‘mapview’ package we created a heatmap to represent low-income populations graphically. Counties with high rates of low-income populations are shaded blue, while counties with low rates of low-income populations are colored red. Next, we joined the heat map of percetage for each county with the map of construction and demolition landfills in North Carolina to visualize their relationship.

Additionally, we performed a visual analysis to examine the relationship between construction and demolition landfills and counties with high rates of minority populations using a heat map. Counties with high rates of minority populations are colored blue, and counties with low rates of minority populations are shaded red.

Question 2: Are construction and demolition landfills in North Carolina disproportionately located in census tracts with high minority and/or low income populations?

The next step of our analysis, was exploring the relationship between construction and demolition landfills and social vulnerability data at the census tract level for North Carolina. Census tracts are a subdivision of counties and are comparable in size to one another, and therefore provide a more localized measure of the rates of low-income and minority populations. Using a similar approach to our analysis of the relationship between construction and demolition landfills and counties with high rates of low-income and minority populations, we created heat maps of social vulnerability data for each census tract.

First, we created a map of the percentage of low-income population for each census tract using the ‘mapview’ package. We joined this map with the map of construction and demolition landfills to visualize the their relationship. Census tracts with high rates of low-income population are colored and blue and census tracts with low rates of low-income population are shaded red.

Next, we performed the same analysis to determine the relationship between construction and demolition landfills and census tracts with high rates of minority using a heat map. Again, census tracts with high rates of minority population are colored blue, and census tracts with low-minority percentages are shaded red.

Question 3: Is there significant differences in the distance to construction and demolition landfills among census tracts with high minority and/or low income populations?

In addition, we wanted to determine if there is a significant relationship between social vulnerability data for each census tract and the proximity to the nearest landfill. To do this we created both a linear model to examine the relationship between these variables, as well as a Kendall Non-parametric Correlation test.

First, we conducted a correlation test using the cor.test function in the ‘stats’ package in r to test the relationship between social vulnerability data for each census tract and their distances to the nearest landfill. We used the Kendall Correlation test for non-parametric data since the the measure of social vulnerability was ordinal data using percentages and does not follow a normal distribution. We performed the Kendall Correlation test on both poverty and minority data to determine the relationship between census tracts and their proximity to the nearest landfill.

Finally, we analyzed the relationship between census tracts and their proximity to landfills using the lm function in the ‘stats’ package. We used the distance between each census tract centroid and the nearest landfill as the dependent variable and social vulnerability characteristics (percentage of minority and low-income population for each census tract) as the independent variables.

5. Results

Question 1: Are construction and demolition (CD) landfills in North Carolina disproportionately located in counties with high minority and/or low income populations?

From the county-level visual analysis it does not appear that income level is strongly correlated with CD landfill location. Only about 14 of the landfills are located in counties with a high rate of poverty. On the other hand, counties with high minority populations do appear to be more correlated with landfill location. 28 of the landfills are located in counties with a high percentage of minority populations.

Question 2: Are construction and demolition landfills in North Carolina disproportionately located in census tracts with high minority and/or low income populations?

From the county-level visual analysis it does not appear that income level is strongly correlated with CD landfill location. Only about 14 of the landfills are located in counties with a high rate of poverty. On the other hand, counties with high minority populations do appear to be more correlated with landfill location. 28 of the landfills are located in counties with a high percentage of minority populations.

Question 3: Is there significant differences in the distance to construction and demolition landfills among census tracts with high minority and/or low income populations?

There is evidence that the proximity to the nearest construction and demolition landfill is correlated with the percentage of low-income and minority populations for each census tract. In particular, the Kendall Correlation test revealed that there is a significant inverse relationship between proximity to the nearest landfill and the percentage of minority population for each census tract (p-value < 2.2e-16, tau = -0.13). In addition, there is a significant positive correlation between the proximity to the nearest landfill and the percentage of low-income population in each census tract (p-value = 0.001, tau = 0.04649479).

There is also a significant relationship between the proximity to the nearest landfill and the percentage of minority population for each census tract (r^2 = 0.03, p-value < 2.2e-16). The coefficient for percentage minority population is -125.57, which in context means that for every 1% increase in minority population, the distance from the census tract centroid to the nearest landfill decreases by 125.57 meters. There was not a significant relationship between landfill proximity ad percentage of low-income population for North Carolina (p-value = 0.1921).

6. Summary and Future Directions

Overall this analysis demonstrates that while there is a correlation between percentage minority and low-income population and distance to CD landfill location that there is a a only significant relationship between percentage minority and CD landfill proximity. These results could have waste management implications for both contractors and policy makers. First and foremost the results communicate the fact that minority populations are disproportionately carrying the burden of negative impacts from construction and demolition waste. Some of these impacts may include increased air pollution, burdensome noise and smells from landfill management, and water contamination. To address these burdens policy makers could support the development of waste diversion infrastructure such as coordinated hauling of similar waste streams to businesses that could recycle and reuse the materials. Additionally, contractors could use this information as an incentive to begin measuring their waste streams and quantifying the impacts they are having on the communities that are currently processing waste.

Future studies should investigate the relationship between all landfill locations and percent minority and poverty. This analysis would help communicate the need for increased waste diversion at the state level. Increased awareness of this correlation at the state level is essential because of the manner in which U.S. waste management is organized. The Resource Conservation and Recovery Act (p.L.94-580) gives the EPA and federal government the authority to deal with hazardous waste. The federal government classifies what is considered hazardous and anything non-hazardous gets measured at the state level. States then create their own laws and regulations on how to manage non-hazardous waste. These laws are then managed and enforced at the county or city level. This intermingled web of authority results in finger pointing when trying to place responsibility for the environmental justice implications of waste management. Therefore, a state wide analysis of all landfill locations and minority and poverty populations would decrease the finger pointing phenomena associated with this topic.